projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
e6fff69
b6ad6fb
)
Auto merge of #1746 - alexcrichton:less-git-operations, r=huonw
author
bors
<bors@rust-lang.org>
Thu, 25 Jun 2015 16:04:52 +0000
(16:04 +0000)
committer
bors
<bors@rust-lang.org>
Thu, 25 Jun 2015 16:04:52 +0000
(16:04 +0000)
This enables libgit2 to not traverse the majority of the tree, saving a lot of
otherwise unnecessary syscalls.
For me this locally reduced the `cargo test` time of winapi-rs from 1.2s to 0.27s
Trivial merge